home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
UTILREEN
/
BOSSKEY.LZH
/
READ.ME
< prev
next >
Wrap
Text File
|
1989-11-02
|
5KB
|
186 lines
The BOSSKEY Package
Version 1.4 (November, 1989)
R E A D - M E
Stephen Meredith
Data del Mar
10423 Byrne Ave
Cupertino, CA 95014
(408) 865-0706
For those of you who would like to start using the Bosskey
Package without reading the entire documentation file, this
file should contain enough information. But read
BOSSKEY.DOC to fully understand the programs and their
features.
Files included in this disk:
BOSSKEY.EXE Screen hide program.
SCRSAVE.EXE Screen save program.
SHOW-IMG.EXE Screen file viewer.
NEW-IMG.EXE BOSSKEY companion program.
CONV-IMG.COM Converts a screen file to a C variable.
BOSSKEY.DOC The full documentation for all the files.
READ.ME This file.
SHOWLIB.OBJ Large model C function showscreen().
SHOWLIB.H Constants and prototype for showscreen().
BOSSKEY.EXE
A memory resident program for covering up the screen of your
computer with another, previously saved screen. To run,
type:
BOSSKEY filename
where filename is the name of a screen image file saved with
SCRSAVE. To activate, hit [CTRL-RIGHTSHIFT]. To
deactivate, hit [CTRL-RIGHTSHIFT] again.
SCRSAVE.EXE
A memory resident program for capturing the screen of a
program and saving it to disk as a screen image file. To
load, type:
SCRSAVE
with no command line arguments. To save a screen, hit
[ALT]-[PRNSCREEN]. Enter a filename at the prompt, or
[RETURN] alone. Hitting [RETURN] alone will cause the
filenames of all screens saves from then on as 1.IMG, 2.IMG,
3.IMG, etc.
(Note: if [ALT]-[PRNSCREEN] doesn't work, try [ALT]-
[GREY*]. That's the * above the numeric keypad.)
SHOW-IMG.EXE
A program for viewing image files. To use, type:
SHOW-IMG filename1 [filename2...]
where filename1 and filename2 are names of screen image
files saved with SCRSAVE. You may enter as many screen
image files on the command line as you like. They will be
viewed sequentially, separated by a keystroke. You may use
wildcards as well.
NEW-IMG.EXE
A program for changing the screen that is displayed by
BOSSKEY when the [CTRL-RIGHTSHIFT] key is pressed. To use,
type:
NEW-IMG filename
where filename is the name of a screen image file created
with SCRSAVE. BOSSKEY must be loaded for this to have any
affect.
CONV-IMG.COM
Converts the format of a screen image file to a text file
containing the representation of the screen in a C array.
To use, type:
CONV-IMG filename
where filename is the name of a screen image file. The new
file will be given the name filename.h. The array with be
called screen_filename[].
SHOWLIB.OBJ
Contains the C function showscreen(). See SHOWLIB.H for
prototype. See BOSSKEY.DOC for use.
SHOWLIB.H
Showscreen() prototype and constants. See BOSSKEY.DOC for
details.